body{ 
text-align: left; /*alineación hor del texto*/ 
font-family: Tahoma, Arial, Geneva, sans-serif; /*tipo de fuente*/
color:#black; /*color de fuente*/
background-color:#1DB50F;
}

ul.horizontal li{
display:block;
float:left;
padding: 0 30px;
}

#cabecera{ 
width: 80%; /*ancho*/
height: 100px; /*alto*/
text-align: center; /*alineación hor del texto*/
margin-bottom: 0px; /*margen externo inferior*/
background-color:#1DB50F; /*color de fondo*/
float: top; /*ubicación relativa del bloque*/
color:#F2F3F2;
background: url(../Imagenes1/banner3.jpg) no-repeat;
}


#navegacion{ 
width: 20%; 
height: 660px;
float: left; 
text-align: center;
font-style: italic;
/*padding: 3px;*/
margin-bottom: 0px;
background-color:#3BCE13;
float: right;
}

section{ 
width: 80%;
height: 660px;
margin-bottom: 0px; 
background-color:#F2F3F2;
float: right;
text-indent: 7px; 
}

footer {
    position: relative;
    margin-top: 0px;
    height: 30px; 
    clear: both;
    background: #1DB50F;
    text-align: center;
    color: #fff;
}